home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 12 / setup.exe / 0 / RCDATA / TOPEN / TOPEN.txt
Text File  |  1997-01-03  |  1KB  |  59 lines

  1. object Open: TOpen
  2.   Left = 334
  3.   Top = 422
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Path'
  7.   ClientHeight = 222
  8.   ClientWidth = 217
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object var1: TLabel
  18.     Left = 24
  19.     Top = 216
  20.     Width = 3
  21.     Height = 13
  22.     Visible = False
  23.   end
  24.   object drive: TDriveComboBox
  25.     Left = 0
  26.     Top = 168
  27.     Width = 217
  28.     Height = 19
  29.     TabOrder = 0
  30.     OnChange = driveChange
  31.   end
  32.   object Button1: TButton
  33.     Left = 32
  34.     Top = 192
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Select'
  38.     TabOrder = 1
  39.     OnClick = Button1Click
  40.   end
  41.   object Button2: TButton
  42.     Left = 112
  43.     Top = 192
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'Cancel'
  47.     TabOrder = 2
  48.     OnClick = Button2Click
  49.   end
  50.   object dir: TDirectoryListBox
  51.     Left = 0
  52.     Top = 0
  53.     Width = 217
  54.     Height = 161
  55.     ItemHeight = 16
  56.     TabOrder = 3
  57.   end
  58. end
  59.